Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / NameValuePair<TValue> Class / NameValuePair<TValue> Constructor / NameValuePair<TValue> Constructor(String,TValue)
The name of the item
The value of the corresponding item

NameValuePair<TValue> Constructor(String,TValue)
Default constructor used to initialize the class
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As TValue _
)
 

Parameters

name
The name of the item
value
The value of the corresponding item
Remarks
No Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also